home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 22
/
AACD 22.iso
/
AACD
/
Resources
/
Sound
/
AHI
/
Developer
/
drivers
/
paula
/
RCS
/
smakefile,v
< prev
Wrap
Text File
|
1998-01-10
|
2KB
|
109 lines
head 4.2;
access;
symbols;
locks
lcs:4.2; strict;
comment @# @;
4.2
date 98.01.10.19.47.33; author lcs; state Exp;
branches;
next 4.1;
4.1
date 97.12.02.09.34.56; author lcs; state Exp;
branches;
next ;
desc
@makefile for the Paula driver
@
4.2
log
@Alright, the DMA version is ready for release.
@
text
@# $Id: smakefile,v 4.1 1997/12/02 09:34:56 lcs Exp $
# $Log: smakefile,v $
# Revision 4.1 1997/12/02 09:34:56 lcs
# First RCS'ed version.
#
DEST = AHI:User/Devs/ahi/paula.audio
DEST000 = AHI:User/Devs/ahi/paula.audio.000
PDEST = AHI:User/Devs/AudioModes/PAULA
AFLAGS = I INCLUDE: DS DL QUIET NOEXE OPT NRQBPSMD
LFLAGS = NOALVS NOICONS SMALLDATA SMALLCODE DEFINE @@__chkabort=@@__dummy \
LIB LIB:sc.lib LIB:debug.lib LIB:amiga.lib STRIPDEBUG
all: $(DEST) $(DEST000) $(PDEST)
$(DEST): paula_audio.o debug.o
slink $(LFLAGS) TO $@@ FROM paula_audio.o debug.o
--flushlib paula.audio
$(DEST000): paula_audio.000.o debug.o
slink $(LFLAGS) TO $@@ FROM paula_audio.000.o debug.o
--flushlib paula.audio
$(PDEST): prefsfile.a smakefile
basm -ua+ -o$(PDEST) prefsfile.a
AHI:User/C/AddAudioModes $(PDEST)
version.i: paula_audio.a version.rexx smakefile
grep $$Id: paula_audio.a | version.rexx > version.i
paula_audio.o: paula_audio.a version.i smakefile
PhxAss $(AFLAGS) TO $@@ MACHINE 68020 paula_audio.a
paula_audio.000.o: paula_audio.a version.i smakefile
PhxAss $(AFLAGS) TO $@@ MACHINE 68000 paula_audio.a
debug.o: debug.a
PhxAss $(AFLAGS) TO $@@ debug.a
dist:
smake allclean
smake all
smake clean
clean:
--delete \#?.o \#?.tmp >NIL:
allclean:
smake clean
--delete version.i $(DEST) $(DEST000) $(PDEST)
ci:
ci -l paula_audio.a debug.a prefsfile.a smakefile
@
4.1
log
@First RCS'ed version.
@
text
@d1 5
a5 2
# $Id: $
# $Log: $
d30 2
d33 1
a33 1
paula_audio.o: paula_audio.a smakefile
d36 1
a36 1
paula_audio.000.o: paula_audio.a smakefile
d53 1
a53 1
--delete $(DEST) $(DEST000) $(PDEST)
@